home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: MegaDisc / MegaDisc 02 (1987)(MegaDisc Digital Publishing)(AU)[WB].zip / MegaDisc 02 (1987)(MegaDisc Digital Publishing)(AU)[WB].adf / CONTENTS / DuIII.txt < prev    next >
Text File  |  1987-04-21  |  9KB  |  182 lines

  1.  
  2.                                DuIII
  3.                               ~~~~~~~
  4.  
  5.          Just above this icon is another for a Directory Utility.  This is
  6.     one of a number which are now available for use on the Amiga.  The
  7.     original version was provided by Chris Nicotra, and this particular
  8.     revision was done by Nathan Barber.  It is a file/disk utility program
  9.     designed to make life much easier for users, and obviate the need for 
  10.     a lot of typing.  It will do many of the things that could previously
  11.     be done only with the CLI.  You can use it to look at the contents of
  12.     MEGADISC 2.
  13.  
  14.          The utility can be loaded either by double-clicking on its Icon
  15.     with your left mouse button, or using the CLI and typing at the prompt
  16.     1> DuIII
  17.          
  18.          Once it appears you will first have to set the current directory 
  19.     to the root of the selected device - df0:, df1:, df2:, df3:, ram:,  
  20.     hd0:, hd1:, hd2:.  The source directory always starts out as the RAM:
  21.     device by default.
  22.  
  23.          S: is the current, or source, directory. 
  24.  
  25.          D: is the destination directory, and is also where you enter 
  26.             requests for directories to create.          
  27.  
  28.          E: is the string to be passed to any file you EXEC., and also the
  29.             area where any error messages will appear.
  30.  
  31.          Next click on the file or directory name, in the file window at 
  32.     the left of screen, to select a file to take action on.  Then click on
  33.     one of the many gadgets to take the selected action on the selected
  34.     files/directory (yes, only one directory at a time).
  35.          
  36.          The following is a summary of what actions the different gadgets
  37.     perform:
  38.     
  39.     ALL --->
  40.                 Select ALL files in the current directory, including
  41.                 the ones "scrolled off" the window.
  42.     BYTE --->
  43.                 Adds up the number of bytes of the selected files and
  44.                 displays the sum and the number of files.  Remember
  45.                 that each file takes up 512 more bytes than indicated
  46.                 because of its directory entry.  
  47.     CLEAR --->
  48.                 De-select all selected files
  49.     COPY --->
  50.                 Copy selected files to the directory specified in the
  51.                 second string gadget. Mind you, you CANNOT enter a
  52.                 filename here. It must be an existing directory 
  53.                 path and CAN go across devices. You should be able
  54.                 to enter paths relative to the current directory.
  55.     DELETE --->
  56.                 This will delete any files or directory that you have 
  57.                 selected in the file window.  You will be warned if 
  58.                 the directory is not empty.
  59.     DINFO --->         
  60.                 Used to show the number of USABLE bytes from the DEVICE 
  61.                 associated with the destination directory (D).
  62.     DISKCOPY --->
  63.                 This does not work with the current compilation of the
  64.                 program. ( Something for the keen C programmer to fix? )
  65.     FIXOBJ ---> 
  66.                 When you are using modems to download files, information 
  67.                 is transmitted in blocks of 128 bytes. FIXOBJ strips the 
  68.                 extra "padding" characters, added by the host machine to 
  69.                 any file which doesn't fill the last block completely.
  70.     GETDIR --->
  71.                 If you want to go to a new directory, select
  72.                 a directory in the file window, and click on this
  73.                 gadget. DO NOT USE this to get a directory that is
  74.                 listed in the first string gadget! If you must type
  75.                 it in, you hit return while in the string gadget -
  76.                 then that will be your new current directory.
  77.     HTYPE --->
  78.                 Types a file to the screen in HEX and ASCII 16 numbers
  79.                 at a time. (See "CLItips" in CLIStuff drawer for more
  80.                 information).
  81.     MAKDIR --->
  82.                 This will create the directory that you have typed in
  83.                 the second string gadget. You MAY use relative paths.
  84.     MOVE --->
  85.                 Same basic principle as RENAME, but assumes that you
  86.                 want to just move the file to a new directory, not
  87.                 actually rename it.  It will move multiple files from
  88.                 one directory to another.  The D gadget should have
  89.                 the destination path in it, NOT the whole filename
  90.                 as with RENAME.  MOVE will also move whole subdirectories
  91.                 to another subdirectory, or to ROOT. DO NOT put a / after
  92.                 the path name, MOVE adds it for you if needed.  MOVE is
  93.                 the recommended way to get a file from one place to
  94.                 another quickly since the directory need not be reloaded
  95.                 after the MOVE.
  96.     PARENT --->
  97.                 Go to the parent directory, i.e., the directory one level
  98.                 back up the "tree".
  99.     PRINT --->
  100.                 Selected text files are sent to the printer via PRT:
  101.                 Make sure the desired parameters are set in Preferences.
  102.               * N.B.- This command can be used to print out any or all of 
  103.                 the text files on MEGADISC2.*
  104.     RENAME --->
  105.                 Renames first selected file or directory to the name
  106.                 or path (on the same device) in the D string gadget.
  107.     ROOT --->
  108.                 Go to the root directory of the current device.
  109.     RUN ---> 
  110.                 "RUNS" the selected files from inside DIRUTIL. If DIRUTIL
  111.                 was called from CLI, any output from the program is
  112.                 directed to the calling CLI.  Parameters may be passed
  113.                 to the program by entering them in the E window.  Doesn't
  114.                 always work and can cause the system to freeze.
  115.     SAVEOLD --->
  116.                  ????
  117.     SEARCH --->
  118.                 Searches the marked group of files for the pattern found
  119.                 in the E window.  Upper/lower ARE different. If the \
  120.                 character is found, the next two characters are converted
  121.                 into a single Hexadecimal digit and used as one
  122.                 character in the overall search.  The search pattern was
  123.                 limited to 60 max characters by choice.  The search has
  124.                 two modes, SLOW and FAST, which it will choose depending
  125.                 on how much memory is available in the machine. I HIGHLY
  126.                 recommend freeing up enough RAM to allow the FAST mode to
  127.                 run since the SLOW mode is AT LEAST 10 times slower.
  128.                 The SLOW mode search can be aborted by hitting the ESC
  129.                 key. The FAST mode cannot be aborted, it is so fast you
  130.                 will not mind the slight wait.
  131.     SHOW --->
  132.                 Select the IFF files you wish to display, one or more,
  133.                 then click on the SHOW gadget.  DirUtil will attempt to
  134.                 display these files.  This function will work with most,
  135.                 but not all forms of IFF files.  If DirUtil can not 
  136.                 display the file, an error message will be displayed in
  137.                 the error msg. window and DirUtil will go on to the next
  138.                 selection, if there is one.
  139.  
  140.                 DirUtil opens a new screen for the IFF file, displays the
  141.                 file, then waits for you to continue.  When finished
  142.                 viewing the image, click in the upper-left corner of the 
  143.                 image.  There is an invisible close gadget located there.
  144.                 DirUtil will close the screen and proceed to display 
  145.                 the next file.
  146.  
  147.     SINFO --->
  148.                 Used to show the number of USABLE bytes from the DEVICE 
  149.                 associated with the current directory (S).
  150.     SLIDE --->
  151.                 If you select a number of picture files and then this 
  152.                 before selecting SHOW, you will have your own slide show.
  153.     SWAP --->
  154.                 Used to flip the S and D windows.
  155.     TYPE --->
  156.                 Use this to view standard ASCII (readme, docs, etc) on
  157.                 your monitor screen.  Select the files you want to
  158.                 view, then select the TYPE gadget.  A new window, with 
  159.                 the window name being the file that you are currently
  160.                 viewing, will open.  Use the space bar to advance by one
  161.                 screen, a <CR> will advance one line.  Entering ESC will
  162.                 advance you to the end of that file.  The space bar will
  163.                 then exit from that file.  If you have selected to view
  164.                 more than one file, the next will automatically be
  165.                 displayed.  After all selected files have been viewed,
  166.                 the window will close, returning you to DirUtil's main
  167.                 screen.
  168.  
  169.          If you do something stupid like select all files, then hit delete, 
  170.     and suddenly realize that you REALLY didn't want to do that, there is a
  171.     STOP IDIOT feature.  When you are doing operations on a group of files, 
  172.     CLICKING ANYWHERE IN THE WINDOW WILL ABORT THE OPERATION.
  173.  
  174.      Note that this version of the directory utility is a stand-alone
  175.     program, which can be dragged to any disc and used as is.
  176.  
  177.     END OF DuIII.txt
  178.            |
  179.            |
  180.            V
  181.  
  182.